Developer Documentation

QuickTime 4 API Documentation

3D Graphics Programming with QuickDraw 3D 1.5.4

Previous | QD3D Book | Overview | Chapter Contents | Next |

Synchronizing and Flushing Renderers

You can use the Q3View_Sync function (link) to ensure that a drawing operation has finished. You should call Q3View_Sync only after you've called Q3View_EndRendering .

You can use the Q3View_Flush function (link) to flush any image buffers maintained internally by a renderer. You should call Q3View_Flush only between calls to the Q3View_StartRendering and Q3View_EndRendering functions.


© 1997 Apple Computer, Inc.

Previous | QD3D Book | Overview | Chapter Contents | Next |